//==============================================================================
// Ballista shot_anim.txt
//==============================================================================

//==============================================================================//SFX Ballista Trail
define trail
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Projectile Trail Ballista
        }
    }
}

//==============================================================================
define Fire
{
    TechLogic none/Burning Pitch
    set hotspot
    {
        version
        {
            Visualnone jimmy
        }
    }   
    set hotspot
    {
        version
        {
            Visualparticle SFX A Burning Pitch Arrow
        }
    }
}

//==============================================================================
anim idle
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Projectile A Ballista Arrow
				connect FIRE Fire hotspot
				connect hotspot trail hotspot
			}
		}
	}
}
